Add the XDG_PREFIX to this function as well.
authorMatthias Clasen <maclas@gmx.de>
Thu, 12 Aug 2004 00:46:43 +0000 (00:46 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 12 Aug 2004 00:46:43 +0000 (00:46 +0000)
Wed Aug 11 20:44:35 2004  Matthias Clasen  <maclas@gmx.de>

* xdgmime.h (xdg_mime_shutdown): Add the XDG_PREFIX to
this function as well.

gtk/xdgmime/ChangeLog
gtk/xdgmime/xdgmime.h

index 6ec2acea292f27bfe8a38d04a3604804564cf3f1..3ed5613198fbbebbfdc86fd5484f475780ef37b4 100644 (file)
@@ -1,7 +1,12 @@
+Wed Aug 11 20:44:35 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * xdgmime.h (xdg_mime_shutdown): Add the XDG_PREFIX to
+       this function as well.
+
 2004-08-01  Matthias Clasen  <mclasen@redhat.com>
-                                                                                
+
         * === Released 2.5.1 ===
-                                                                                
+
 Tue Jul 20 22:24:35 2004  Matthias Clasen  <maclas@gmx.de>
 
        * xdgmimeglob.h: Remove trailing commas from 
@@ -9,7 +14,7 @@ Tue Jul 20 22:24:35 2004  Matthias Clasen  <maclas@gmx.de>
 
 Sun Jul 18 20:17:41 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
 
-       * === released 2.5.0 ==
+       * === Released 2.5.0 ==
 
 Thu May 27 15:23:17 2004  Jonathan Blandford  <jrb@gnome.org>
 
index e079f06557006321bbd9e866cc49e2f787665b4a..9d4113446528234a878ee53bb5d5456219b10a88 100644 (file)
@@ -49,6 +49,7 @@ extern "C" {
 #define xdg_mime_is_valid_mime_type           XDG_ENTRY(is_valid_mime_type)
 #define xdg_mime_get_max_buffer_extents       XDG_ENTRY(get_max_buffer_extents)
 #define xdg_mime_type_unknown                 XDG_ENTRY(type_unknown)
+#define xdg_mime_shutdown                     XDG_ENTRY(shutdown)
 #endif
 
 extern const char *xdg_mime_type_unknown;